kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
[Common]ListIterator
/
nextIndex
next
Index
Common
abstract
fun
nextIndex
(
)
:
Int
Content copied to clipboard
Returns the index of the element that would be returned by a subsequent call to
next
.